home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qw10add.zip / PRTSC.PAT < prev    next >
Text File  |  1990-04-19  |  2KB  |  45 lines

  1. Print Screen , DV 2.26                    date 03-13-90
  2.  
  3. DV 2.26 should be better on the whole in doing PrtSc than DV 2.25.  However, we
  4. notice a problem on some systems whereby, when you hit PrtSc in DV (this may
  5. happen in versions earlier than 2.26 as well), garbage appears both on screen
  6. and on the printout.  It should be fixed by the version after the 3-9-90 2.26.
  7.  
  8.  
  9. To fix this problem using debug:
  10. --------------------------------
  11.  
  12. 1.  Make a copy of DV.EXE somewhere on the hard disk, in
  13. case the patch doesn't work.
  14.  
  15. 2.  Rename the DV.EXE file on drive A: to DV.XXX.
  16.  
  17. 3.  Run "DEBUG A:DV.XXX"
  18.  
  19. 4.  At the "dash" prompt, type "S 100 L F000 5A 6E" and hit {Enter}.  
  20. DEBUG will display two numbers, separated by a colon, such as 25C6:85D3. 
  21. (If these numbers don't show up have typed something wrong.  Type "Q" to
  22. exit and start again.)
  23.  
  24. 5.  Type "E" followed by a space and the numbers from step 4, and hit {Enter}. 
  25.  
  26.      Example: "E 2586:85D3"  {Enter}  
  27.  
  28.  
  29. 6.  Immediately type "4E" followed by a space, then "AC"
  30.  
  31.  
  32. 7.  After hitting the {Enter}, you will get the "dash" prompt
  33. again.  Type "W" and {Enter} to write out the change.  And "Q" to
  34. quit.
  35.  
  36. 8.  Rename the DV.XXX file back to DV.EXE
  37.  
  38. 9.  Copy this DV.EXE file back into your active DESQview directory.
  39.  
  40.  
  41. It's possible that some unusual BIOS's (like that on the Everex Step 386/25?)
  42. might not handle the new PrtSc handling. This two-byte patch to the 1-11-90
  43. DV 2.26 should correct the problem.
  44.  
  45.